home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / archiver / zv101.zip / ZV.DOC < prev    next >
Text File  |  1989-08-29  |  5KB  |  134 lines

  1.                         August 29, 1989
  2.  
  3.  
  4. ZV - ZIP View, Version 1.01 - This ZIP file directory lister will allow you
  5. to easily determine the contents of ZIP files, regardless of extensions,
  6. including self-extracting files.  Multiple filespecs and wildcards may be
  7. specified on the command line.  DOS-compatible switches are available for
  8. Wide, Technical and Brief (without drive or path) displays.  ZIP file and
  9. individual file comments are displayed.
  10.  
  11. Contents:
  12. =========
  13. Purpose
  14. Commands
  15. Other programs
  16. Closing remarks
  17.  
  18. Purpose:
  19. ========
  20. To provide a simple means of displaying the directory of a ZIP file.  The
  21. program attempts to quickly determine if a specified file is in ZIP format
  22. and displays an error message if the format is not recognized.
  23.  
  24. Commands:
  25. =========
  26. Usage:  zv zipfile [zipfile...] [switches]
  27.  
  28. Switches: /W  Wide display, up to five filenames per line
  29.           /T  Technical information
  30.           /B  Brief filenames, without drive or path
  31.           /P  Pause display when the screen fills
  32.  
  33. Switches may appear in any position on the command line.
  34.  
  35. Examples:  zv /t backup.exe /p *.zip
  36.            zv/w bigfile.zip
  37.            zv /b/t/p recurse.dir
  38.            zv *.* /w/p
  39.  
  40. In the command format above, 'zipfile' may optionally include a drive
  41. and/or path designation.  A 'zipfile' specified without an extension will
  42. cause a search for all extensions.
  43.  
  44. If the /P switch is used, the display will prompt for a key press after the
  45. screen is filled.  Pressing <Ret> will advance the display by one line.
  46. Pressing <Esc> will terminate the program.  Any other key will display
  47. another screenful of output, with an overlap of one line, provided there is
  48. enough output to fill another screen.
  49.  
  50. As an alternative to the /P switch, pressing any key, except <Esc>, while
  51. the programming is running, will temporarily pause the display.  Pressing
  52. any key after pausing, except <Esc>, will resume the display.  <Esc> to
  53. terminate program execution.
  54.  
  55. While the program is displaying data, <Esc> will end program execution.
  56.  
  57. Typing just the program name by itself will display a simple help screen.
  58.  
  59. Other programs:
  60. ===============
  61. Other programs which I have written and contributed to the public domain
  62. include:
  63.  
  64. CAL100
  65. ------
  66. CAL - Calendar V1.00 - 06/03/89 - A simple, pop-up calendar display program
  67. that can be used as a sort of perpetual calendar.  Valid years range from
  68. 0001 to 9999 (arbitrary).  This program is NOT memory-resident.  Scroll
  69. through the different months and years.  Although the executable file is
  70. stand-alone, I don't consider this to be a complete program.  I've
  71. contemplated using the included routines as the starting point for a
  72. scheduling program, for example.  Source code included.
  73.  
  74. CRC-M2
  75. ------
  76. CRC-M2 - Cyclic Redundancy Checker V1.00 - 07/12/89 - This tiny CRC program
  77. accepts wildcards and multiple filespecs from the command line.  Displays
  78. same CRC values as PKPAK and LHarc.  This type of program is usually
  79. written in assembly language.  In fact, I've adapted the algorithms from
  80. some publicly available assembly language routines.  Source code included.
  81.  
  82. DDEL124
  83. -------
  84. DIRDEL - Directory Delete, V1.24 - 07/15/89 - This program will delete
  85. entire subdirectory trees - even those containing read-only, hidden and
  86. system files and directories.  It will even delete the current directory.
  87. The executable file for this version is significantly smaller than before.
  88. Source code included.
  89.  
  90. FIX220
  91. ------
  92. FIX - File Fix V2.20 - 08/13/89 - This binary editor will allow you to
  93. conveniently view and edit any type of file - read-only, hidden or system -
  94. in ASCII or hex.  Select files from a scrollable, pop-up directory window.
  95. Version 2.20 adds two new features:  1) a command to jump directly to a
  96. specified offset within the file and 2) a simple text-search feature that
  97. will take you to the next record containing the string for which you are
  98. searching.
  99.  
  100. As I write this, FIX220 is being revised to broaden the search capabilities
  101. so that both text searches (including wildcards) and binary searches will
  102. be handled properly.
  103.  
  104. FND106
  105. ------
  106. FFIND - File Finder, V1.06 - 07/31/89 - This program will find any file or
  107. subdirectory on your hard disk, including hidden and system files.
  108.  
  109.         Usage:  ffind [d:][filename][.ext]
  110.         
  111. Wildcards are accepted.  Improvements for this version include an overall
  112. increase in speed and a smaller executable filesize.  Source code included.
  113.  
  114. All the above programs were written entirely in JPI TopSpeed Modula-2.
  115.  
  116. Closing remarks:
  117. ================
  118. Interested users are encouraged to contact me with comments, bug reports,
  119. suggestions and questions about the program.  I can be reached at the
  120. addresses below:
  121.  
  122.  
  123.                 By conventional mail:
  124.                 ---------------------
  125.                 Raymond T. Kaya
  126.                 P. O. Box 1436
  127.                 Honolulu, HI  96806
  128.  
  129.  
  130.                 By electronic mail:
  131.                 -------------------
  132.                 CompuServe:  71230,2500
  133.                 GEnie:       R.KAYA1
  134.